Skip to main content
Redhat Developers  Logo
  • AI

    Get started with AI

    • Red Hat AI
      Accelerate the development and deployment of enterprise AI solutions.
    • AI learning hub
      Explore learning materials and tools, organized by task.
    • AI interactive demos
      Click through scenarios with Red Hat AI, including training LLMs and more.
    • AI/ML learning paths
      Expand your OpenShift AI knowledge using these learning resources.
    • AI quickstarts
      Focused AI use cases designed for fast deployment on Red Hat AI platforms.
    • No-cost AI training
      Foundational Red Hat AI training.

    Featured resources

    • OpenShift AI learning
    • Open source AI for developers
    • AI product application development
    • Open source-powered AI/ML for hybrid cloud
    • AI and Node.js cheat sheet

    Red Hat AI Factory with NVIDIA

    • Red Hat AI Factory with NVIDIA is a co-engineered, enterprise-grade AI solution for building, deploying, and managing AI at scale across hybrid cloud environments.
    • Explore the solution
  • Learn

    Self-guided

    • Documentation
      Find answers, get step-by-step guidance, and learn how to use Red Hat products.
    • Learning paths
      Explore curated walkthroughs for common development tasks.
    • See all learning

    Hands-on

    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.
    • Interactive labs
      Learn by doing in these hands-on, browser-based experiences.
    • Interactive demos
      Click through product features in these guided tours.

    Browse by topic

    • AI/ML
    • Automation
    • Java
    • Kubernetes
    • Linux
    • See all topics

    Training & certifications

    • Courses and exams
    • Certifications
    • Skills assessments
    • Red Hat Academy
    • Learning subscription
    • Explore training
  • Build

    Get started

    • Red Hat build of Podman Desktop
      A downloadable, local development hub to experiment with our products and builds.
    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.

    Download products

    • Access product downloads to start building and testing right away.
    • Red Hat Enterprise Linux
    • Red Hat AI
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Featured

    • Red Hat build of OpenJDK
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenShift Dev Spaces
    • Red Hat Developer Toolset

    References

    • E-books
    • Documentation
    • Cheat sheets
    • Architecture center
  • Community

    Get involved

    • Events
    • Live AI events
    • Red Hat Summit
    • Red Hat Accelerators
    • Community discussions

    Follow along

    • Articles & blogs
    • Developer newsletter
    • Videos
    • Github

    Get help

    • Customer service
    • Customer support
    • Regional contacts
    • Find a partner

    Join the Red Hat Developer program

    • Download Red Hat products and project builds, access support documentation, learning content, and more.
    • Explore the benefits

Good news: Business automation is not about SOA

February 20, 2019
Karina Varela
Related topics:
JavaSpring Boot
Related products:
Developer Toolset

    This is not an article about service-oriented architecture (SOA); neither is it a business process management (BPM) article. This article is about how business automation can change the way you create software.

    At a first, developers and architects tend to associate the use of BPM suites (or business-oriented architecture) with SOA. This behavior immediately leads to an incorrect bias about the subject.

    C-suite executives understand: Transform—or be suppressed by new, disruptive, technology-driven startups. In 2019, business automation is a key transformation that executives will seek in order to improve business performance and lower costs. However, some technology teams are not very open to it. Why?

    In the past, BPM suites have been used as big centralized orchestrators for services, external systems, and human tasks. JBoss SOA Platform, released in 2008, is an example of such an integration platform. Unfortunately, this kind of application does not fit new cloud- and microservices-oriented architectures. The good news is that business automation evolved and can help teams to reach the next step in DevOps: BizDevOps.

    Business automation in 2019

    Since it is never too late to learn something new, if I must sum up, here is what every architect and developer should know:

    Business automation is about improving manual tasks or manual decisions by automating and decoupling business logic (rules and flows) from application code. It is about bringing the business team closer to the development cycle (BizDevOps) and, consequently, being able to address customer feedback more quickly.

    Here are important points about the most recent technical advantages of using a process-driven architecture by way of products such as Red Hat Process Automation Manager (RHPAM):

    • Extract business logic from the application code (which totally fits within a microservice architecture).
    • Nourish a new culture for the development cycle: the business team can understand and be responsible for authoring business assets, which are converted into code (more on this later).
    • Rules and processes can have an independent and automated (pipeline) deployment and delivery lifecycle.
    • Advanced dashboards with business information can be provided so C-suite executives can make decisions regarding the company's future.
    • Applications can be delivered without heavy code programming.

    But you might ask, "How can non-technical business analysts come closer to the technology team? They can't code!?"

    Developers create code. Business analysts create business assets.

    Business ideas are the reason why software is created. Therefore, it is understandable that the knowledge that gives rise to software resides within the business analyst team. And it is fair that business analysts are the ones who should be responsible for maintaining business rules and processes (and I do not mean using Microsoft Word).

    But how can a business analyst create consumable business code?

    Specifications such as Business Process Model and Notation 2 (BPMN2), Case Management Model and Notation (CMMN), and Decision Model and Notation (DMN) allow analysts to create assets using business concepts with intuitive tools. Under the covers, such tools convert these assets to code; create and maintain the code as Maven projects; compile the code as a Knowledge Java Archive (KJAR); and deploy the code on Process Engine, a component from Red Hat Process Automation Manager responsible for executing the business assets created using Business Central.

    You can speak the same language

    Analysts have been using BPM notation fluently for business process modeling. Now, Red Hat Process Automation Manager has released support for modeling and processing of Case Management (dynamic flows) and Decision Modeling Notation (DMN). The following Decision Model was created with the DMN Modeler (available in the tech preview of version 7.2):

    Decision Model created with the DMN Modeler

    Although some developers might not understand the complete rule at a first sight, those who have other roles and are involved with decision management can easily read decision diagrams. In other words, they will feel comfortable while designing business rules and decision flows (without coding!).

    A friendly interface such as the Red Hat Process Automation Manager component called Business Central is what enables business users to work side by side with developers for the creation of modern applications.

    Don't be confused: This is not orchestration. This is a graphical representation of business rules. A Decision Engine will be responsible for executing the rules. If you want to know more about DMN, check the Object Management Group's (OMG) website, the entity responsible for maintaining this specification.

    Give it a try

    If you want to try RHPAM, I suggest you follow these simple steps to run a complete authoring and execution environment on Spring Boot:

    1. Access start.jbpm.org and click "Generate default business application."

    2. After the download is complete, unzip the project, enter the folder, and execute the launch script:

    $ unzip business-application.zip
    $ cd business-application-service
    $ launch.sh clean install
    

    3. Access http://localhost:8090 on your browser.

    In the business applications repository, there are several open source examples of business projects based on Spring Boot.

    Conclusion

    Business automation is not about orchestration. It is about empowering communication between silos that the DevOps culture does not reach: Tech and Business.  Adding business automation to open source software is a must. An open culture promotes global knowledge building. This is why it is possible to find ample open documentation about jBPM, the upstream version of RHPAM (the enterprise version supported by Red Hat).

    jBPM has an active users community supported by Red Hat engineers who are available to help anyone who needs information about business automation. Feel free to reach us on the IRC channel whenever you need (chat.freenode.net:6667, #jbpm).

    Additional resources

    Here are related articles available on the Red Hat Developer blog:

    • Spring Boot-enabled business process automation with Red Hat Process Automation Manager
    • Quickly try Red Hat Process Automation Manager in your cloud
    • Demystifying the Red Hat Decision Manager and Process Automation Manager Remote Client
    Last updated: January 22, 2024

    Recent Posts

    • Federated identity across the hybrid cloud using zero trust workload identity manager

    • Confidential virtual machine storage attack scenarios

    • Introducing virtualization platform autopilot

    • Integrate zero trust workload identity manager with Red Hat OpenShift GitOps

    • Best Practice Configuration and Tuning for Linux and Windows VMs

    Red Hat Developers logo LinkedIn YouTube Twitter Facebook

    Platforms

    • Red Hat AI
    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Build

    • Developer Sandbox
    • Developer tools
    • Interactive tutorials
    • API catalog

    Quicklinks

    • Learning resources
    • E-books
    • Cheat sheets
    • Blog
    • Events
    • Newsletter

    Communicate

    • About us
    • Contact sales
    • Find a partner
    • Report a website issue
    • Site status dashboard
    • Report a security problem

    RED HAT DEVELOPER

    Build here. Go anywhere.

    We serve the builders. The problem solvers who create careers with code.

    Join us if you’re a developer, software engineer, web designer, front-end designer, UX designer, computer scientist, architect, tester, product manager, project manager or team lead.

    Sign me up

    Red Hat legal and privacy links

    • About Red Hat
    • Jobs
    • Events
    • Locations
    • Contact Red Hat
    • Red Hat Blog
    • Inclusion at Red Hat
    • Cool Stuff Store
    • Red Hat Summit
    © 2026 Red Hat

    Red Hat legal and privacy links

    • Privacy statement
    • Terms of use
    • All policies and guidelines
    • Digital accessibility

    Chat Support

    Please log in with your Red Hat account to access chat support.